'宣言 Public Class ListBoxBuilder(Of T) Inherits C1.Web.Mvc.Fluent.ItemsBoundControlBuilder(Of T,ListBox(Of T),ListBoxBuilder(Of T)) Implements Microsoft.AspNetCore.Html.IHtmlContent
public class ListBoxBuilder<T> : C1.Web.Mvc.Fluent.ItemsBoundControlBuilder<T,ListBox<T>,ListBoxBuilder<T>>, Microsoft.AspNetCore.Html.IHtmlContent